home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / xmeeting_0.1_binary.dmg / XMeeting.app / Contents / Resources / English.lproj / NoCallModule.nib / classes.nib next >
Encoding:
Text File  |  2006-03-01  |  2.3 KB  |  75 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             CLASS = IGPopupView; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {theMenu = NSMenu; }; 
  8.             SUPERCLASS = NSPopUpButton; 
  9.         }, 
  10.         {
  11.             ACTIONS = {
  12.                 showInspector = id; 
  13.                 showPreferences = id; 
  14.                 showTools = id; 
  15.                 updateDeviceLists = id; 
  16.             }; 
  17.             CLASS = XMApplicationController; 
  18.             LANGUAGE = ObjC; 
  19.             SUPERCLASS = NSObject; 
  20.         }, 
  21.         {
  22.             CLASS = XMDatabaseField; 
  23.             LANGUAGE = ObjC; 
  24.             OUTLETS = {dataSource = id; }; 
  25.             SUPERCLASS = NSTextField; 
  26.         }, 
  27.         {
  28.             ACTIONS = {clearCall = id; }; 
  29.             CLASS = XMInCallModule; 
  30.             LANGUAGE = ObjC; 
  31.             OUTLETS = {
  32.                 contentView = XMInCallView; 
  33.                 hangupButton = NSButton; 
  34.                 remotePartyField = NSTextField; 
  35.                 semaphoreView = NSImageView; 
  36.                 videoView = XMOSDVideoView; 
  37.             }; 
  38.             SUPERCLASS = NSObject; 
  39.         }, 
  40.         {
  41.             ACTIONS = {
  42.                 showAdditionModuleInSeparateWindow = id; 
  43.                 showSelfView = id; 
  44.                 toggleShowAdditionContent = id; 
  45.             }; 
  46.             CLASS = XMMainWindowController; 
  47.             LANGUAGE = ObjC; 
  48.             OUTLETS = {mainContentBox = NSBox; selfViewDrawer = NSDrawer; }; 
  49.             SUPERCLASS = NSWindowController; 
  50.         }, 
  51.         {
  52.             ACTIONS = {
  53.                 call = id; 
  54.                 changeActiveLocation = id; 
  55.                 showAddressBookModuleSheet = id; 
  56.                 showInspector = id; 
  57.                 showSelfView = id; 
  58.                 showTools = id; 
  59.             }; 
  60.             CLASS = XMNoCallModule; 
  61.             LANGUAGE = ObjC; 
  62.             OUTLETS = {
  63.                 callAddressField = XMDatabaseField; 
  64.                 callButton = NSButton; 
  65.                 contentView = NSView; 
  66.                 locationsPopUpButton = NSPopUpButton; 
  67.                 recentCallsPopUpButton = NSPopUpButton; 
  68.                 semaphoreView = NSImageView; 
  69.                 statusFieldOne = NSTextField; 
  70.             }; 
  71.             SUPERCLASS = NSObject; 
  72.         }
  73.     ); 
  74.     IBVersion = 1; 
  75. }